/* loadingwrap */
.loadingwrap{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,0.8);display: flex;display: -webkit-flex;align-items: center;justify-content: center;-webkit-align-items: center;-webkit-justify-content: center;z-index: 120;-moz-transition: all 1s ease;-o-transition: all 1s ease;-webkit-transition: all 1s ease;transition: all 1s ease}
/*-moz-transition: all 1s 2s ease;-o-transition: all 1s 2s ease;-webkit-transition: all 1s 2s ease;transition: all 1s 2s ease*/
.loadingwrap.on {opacity: 0;visibility: hidden;}
/* loadingmin */
.loadingmin{display: flex;display: -webkit-flex;margin-bottom: 70px;align-items: center;-webkit-align-items: center;}
.loadingmin span{width: 3px;height: 24px;background: #00A19B;border-radius: 1px;display: block;margin: 0 8px;-webkit-animation: load 1s ease infinite;animation: load 1s ease infinite;}
@-webkit-keyframes load{
	0% {
	    transform: scaleY(1);
		opacity: 0.3;
	  }
	
	  20% {
	    transform: scaleY(2.4);
		opacity: 1;
	  }
	
	  40% {
	    transform: scaleY(1);
		opacity: 0.3;
	  }
}
/* 0%,100%{
		height: 40px;
		opacity: 0.3;
	}
	50%{
		height: 70px;
		margin: -15px 8;
		opacity: 1;
	} */

.loadingmin span:nth-child(2){
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
}
.loadingmin span:nth-child(3){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.loadingmin span:nth-child(4){
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s;
}
.loadingmin span:nth-child(5){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.loadingmin span:nth-child(6){
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
}
.loadingmin span:nth-child(7){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.loadingmin span:nth-child(8){
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s;
}
.loadingmin span:nth-child(9){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.loadingmin span:nth-child(10){
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.loadingmin span:nth-child(11){
	-webkit-animation-delay:0.1s;
	animation-delay:0.1s;
}
.loadingmin span:nth-child(12){
	-webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.loadingmin span:nth-child(13){
	-webkit-animation-delay:0.3s;
	animation-delay:0.3s;
}
.loadingmin span:nth-child(14){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.loadingmin span:nth-child(15){
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}

.loading p{font-size: 18px;color: #00AEAA;text-align: center;}



















